home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Haight-Ashbury in the Sixties
/
Haight-Ashbury in the Sixties (1996)(Rockument)(Disc 1 of 2)[Mac-PC].iso
/
mac
/
MAIN
/
TUNEIN
/
TUNEIN01.DIR
/
00088_Script_88
< prev
next >
Wrap
Text File
|
1995-06-01
|
651b
|
19 lines
on exitFrame
global lastOracle, lastArtwork
set lastOracle = "artwork"
if lastArtwork = "date" then
set the text of cast "Oracle Artwork" = the text of cast "Oracle Artwork/Date"
set the visibility of sprite 25 = true
updatestage
end if
if lastArtwork = "artist" then
set the text of cast "Oracle Artwork" = the text of cast "Oracle Artwork/artist"
set the visibility of sprite 26 = true
updatestage
end if
if lastArtwork = "title" then
set the text of cast "Oracle Artwork" = the text of cast "Oracle Artwork/title"
set the visibility of sprite 27 = true
updatestage
end if
end